Click or drag to resize

ContentSettings Class

Represents the settings that control when items expire and the types of items that expire.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeContentSettings

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class ContentSettings

The ContentSettings type exposes the following members.

Constructors
  NameDescription
Public methodContentSettings
Initializes a new instance of the ContentSettings class
Top
Properties
  NameDescription
Public propertyId
Contains value that provides a unique identity for the content setting.
Public propertyMessageClass
Contains any string that represents a message class. The value "*" represents any message class. The string length MUST be between 1 and 1,023 characters.
Public propertyPeriod
Contains the number of days after which an item SHOULD expire under this policy. This value is configured by a server administrator. The value MUST be between 0 and 24,855.
Public propertyRetentionAction
Contains the retention action.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also